html,
body {
  overflow-x: clip;
  color: #2D2D2D;

}
:root {
  --color-primary: #f28525;
  --color-secondary: #f28525;
}
::selection {
  background-color: var(--color-primary);
  color: #fff;
}
html {
  scroll-behavior: smooth;
}
a {
  display: inline-block; 
   text-decoration: none;
}
ul,
ol,
dl,
address,
label {
  margin-bottom: 0;
  text-decoration: none;
 padding-left: 0px;
  list-style-type: none;
  
 
}






.heading {
  font-size: 28px;
  font-weight: 600;
  color: #2D2D2D;
  margin-bottom: 15px;
  position: relative;
}
.heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60px;
  height: 3px;
  background: #f28525;
  border-radius: 2px;
}
 


.subHead {
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
 
.subHead::before {
  content: "";
  width: 70px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
}

.title{
    font: 22px;
    font-weight: 500;
}
.gold-heading{
    color: var(--color-primary) !important;
     font-weight: 700;
}
 
 
 
 
 


 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}























 

.themeBtn {
  width: fit-content;
  display: block;
  background-color: var(--color-primary);
  color: #2D2D2D;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.2rem 1rem;
  border-radius: 30px;
}
.themeBtn:hover {
  background: #232f3f;
  color: var(--color-primary) !important;
  border-color: var(--color-primary);
}



 

 


header {
  background-color: #fff;
  position: relative; 
}

.header-top {
  background: #232f3f;
  padding: 7px;
}
@media (max-width: 768px) {
  .header-top {
    display: none;
  }
}
.header-top p {
  font-size: 13px;
  color: #fff;
  margin: 0;
}




header.active {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);
}
header.active .header-top,
header.active .header-main,
header.active .nav-line,
header.active .header-navTrack,
.header-nav .header-navTrack + .themeBtnn {
  display: none;
}
header.active .header-nav .header-navTrack + .themeBtnn {
  display: block;
}
header.active .header-nav {
  padding: 1rem 0;
}






 .header-main__logo img {
  height: 83px; 
  width: 250px;
}
.header-main__logo {
  width: 250px;
}
 
@media (max-width: 768px) {
  .header-main__logo img {
    width: 150px;  
    height: auto;  
  }
}



@media (max-width: 375.98px) {
  .header-main__logo {
    width: 200px;
  }
}




.header .navbar-collapse {
  gap: 2rem;
  justify-content: space-between;
}







.header-social ul {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  list-style: none;
}
.header-social li {
  margin-left: 10px;
}
.header-social a {
  text-decoration: none;
  color: inherit;
}
.header-social a:hover {
  color: #000;
}
.header-social ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  margin-right: 15px;
}
.header-social ul li a i {
  color: #fff;
}
.header-social ul li a:hover i {
  color: var(--color-primary);
}









.header-contact ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-right: 15px;
}
.header-contact ul li i {
  margin-right: 5px;
  font-size: 16px;
}
.header-contact ul li a:hover {
  color:  var(--color-primary) !important;
}
 
.header-contact ul li a i {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .header-contact ul li a {
    font-size: 7px;
    font-weight: 400;
    color: #fff !important;
    margin-right: 15px;
  }
}








 

.header-nav {
  background: #fff;
}


.header-navLinks {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: #334141;
}
.header-navLinks > li > a {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  position: relative;
}
.header-navLinks > li > a:hover {
  color: var(--color-primary);
}

.header .navbar-collapse .header-navLinks {
  display: none;
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
}



.navBar {
  padding: 1rem 0 0.5rem;
}


.nav-line {
  margin-top: 0rem;
  margin-bottom: 0rem;
}









.header-navTrack {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header-navTrack li a {
  color: #000;
}
.header-navTrack li a:hover {
  color: var(--color-primary);
}






.mega-menu {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  padding: 2rem 5rem;
  box-shadow: 0 15px 30px 5px #00000030;
  display: none;
}
.mega-menu .title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.mega-menu ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.mega-menu ul li a:hover {
  color: var(--color-primary);
}





 



.nav-drop-down-dsk {
  position: relative;
}
.nav-drop-down-dsk ul {
  width: 300px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  display: none;
  box-shadow: 0 15px 30px 5px #00000030;
  padding: 1rem 2rem;
}
.nav-drop-down-dsk ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0.25rem;
  display: block;
}
.nav-drop-down-dsk ul li a:hover { 
  color: var(--color-primary);
}
.nav-drop-down-dsk:hover ul {
  display: block;
}
 
 
  
 
 


 
 
 
 
 

 
 
 
 
 
 
.footer {
  background: #131a22;
  padding-top: 3rem;
  position: relative;
}
.footer-logo img {
  width: 220px;
  margin-bottom: 1rem;
}
.footer p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #fff;
}
.footer span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.25rem;
}
.footer-links li a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ddd;
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.5rem;
}
.footer-links li a:hover {
  color: var(--color-primary);
}
.footer-links li a i {
  margin-top: 0.25rem;
}
.footer-links + span {
  margin-top: 1.5rem;
}












.footer-socail-Icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-socail-Icons li a {
  width: 40px;
  aspect-ratio: 1;
  color: #fff;
  display: grid;
  place-items: center;
}











.footer-copyright {
  text-align: center;
  padding: 1rem 0;
}
.footer-copyright p {
  margin: 0;
  text-align: left;
}
.footer-copyright p a {
  color: var(--color-primary);
}
.footer-copyright p a:hover {
  color: var(--color-primary);
}



 

















.navForm {
  border: 1px solid #00000030;
  border-color: #232f3f;
  width: 500px;
  height: 45px; 
 border-radius: 25px;
  position: relative;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  
}



nav.navbar + .navForm {
  display: none;
}

 
 
.navbar > .navForm {
  display: none;
}



.navForm input {
    flex: 1;
  width: 100%;
  border: none;
   padding: 8px 15px;
  outline: none;
}
.navForm button {
  font-size: 1.25rem;
  background: #f28525;
  border: none;
  padding-right: 13px;
  padding: 0 15px;
  cursor: pointer;
  color: #333;
} 
 
.navForm:hover {
  border-color: #f28525;
}
 





























.header .navbar-collapse ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .navbar-collapse ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000c;
}
.header .navbar-collapse ul li a:hover {
  color: var(--color-primary);
}
 



 









.themeBtnn {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(135deg, #000000, #f28525);
  color: white !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(242 133 37 / 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.4;
}
.themeBtnn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgb(242 133 37 / 0.4);
  background: linear-gradient(135deg, #f28525, #000000);
}
.themeBtnn:active {
  transform: translateY(1px);
}
.themeBtnn:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20px;
  height: 200%;
  background: rgb(255 255 255 / 0.15);
  transform: rotate(30deg);
  transition: all 0.4s;
}
.themeBtnn:hover:after {
  left: 120%;
}



@media only screen and (max-width: 1920px) and (min-width: 1445px) {
  .container {
    max-width: 1450px;
  }
}


  

@media only screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
}



@media (max-width: 575.98px) {

.navbar-collapse {
    width: 100%;
  }
}









@media (max-width: 991.98px) {
  html {
    font-size: 12px;
  }
 
 
 
  .navbar-toggler {
    outline: none !important;
    border: 1px solid #000000;
  }
 
 
  .header-main {
    padding: 1rem 0;
  }
  
  nav.navbar + .navForm {
    width: 100%;
    display: flex;
  }
  .navbar-collapse .navForm {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .header .navbar-collapse .header-navLinks {
    display: block;
    margin-bottom: 1rem;
  }
  .header .navbar-collapse .header-navLinks .dropdown-menu {
    box-shadow: 0 0 20px 1px #00000030;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .header .navbar-collapse ul:not(.header-navLinks) {
    display: none;
  }
  .header .navbar-collapse ul li a {
    font-weight: 700;
    padding: 0.75rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .navbar-collapse .header-navLinks li + li {
    border-top: 1px solid #00000030;
  }
  .header .navbar-collapse ul li a.dropdown-toggle::after {
    content: "\2b";
    width: 50px;
    height: 100%;
    font-family: "Font Awesome 6 Pro";
    font-size: 1.5rem;
    font-weight: 900;
    border: none;
    border-left: 1px solid #00000030;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  
  .footer span {
    margin: 1.5rem 0 1rem 0;
  }

  .dropdown-menu {
    position: unset;
    float: none;
  }
 
  header.active .header-main {
    display: block;
  }
  header.active .navbar > .navForm {
    width: 80%;
    display: flex;
    margin: 0;
  }
  header.active .header-main__logo,
  header.active .header-main .container > .navForm {
    display: none;
  }
}




.contactsForm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-primary);
  padding: 1rem 1.5rem;
}
.contact-pagetop .heading {
  color: #fff;
  margin: 0;
}
.contact-pagetop p {
  color: #fff;
  margin: 0;
}
.contactForm {
  padding: 2rem 1.5rem;
}
.contactsForm {
  box-shadow: 2px 2px 10px rgba(25, 61, 113, 30%);
  overflow: hidden;
}
.contactsForm .form-group label {
  margin-bottom: 0.5rem;
}




.contactsForm .form-group :is(input, textarea) {
  width: 100%;
  background: #fff0;
  border-radius: 8px;
  height: unset;
  border: 1px solid #00000050;
  color: #000;
  box-shadow: unset !important;
  outline: unset !important;
  resize: none;
  padding: 0.75rem 1rem;
}
.contactsForm .form-group {
  margin-bottom: 1.25rem;
}
.contactsForm .btn-style {
  border: none;
}



 
body.modal-open {
  padding-right: 0 !important;
}

.contactsForm button.close {
  height: fit-content;
  font-size: 2rem;
  color: #fff;
  opacity: 1;
}
 

 
 
 
 
 
 

 
 
.privacy-policy {
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.8;
}

.privacy-policy h1 {
  font-size: 2rem;
  font-weight: 700;
}

.privacy-policy h2 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.privacy-policy p,
.privacy-policy ul {
  margin-bottom: 1rem;
}

.privacy-policy ul {
  padding-left: 1.2rem;
  list-style: disc;
}

